home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / te2_130t.arj / TE2INST.001 / Modems / MTV32V42.INC < prev    next >
Text File  |  1994-03-28  |  1KB  |  47 lines

  1. ; Multi-Tech MultiModem V32 with V.42bis
  2. ;
  3. ; DIP SWITCH SETTINGS: Set the following switches before running TE/2.
  4. ;
  5. ;        4 Switch Bank 1 2 3 4
  6. ;                      D U D D
  7. ;        8 Switch Bank 1 2 3 4 5 6 7 8
  8. ;                      U U D U D U U D
  9. ;
  10. ; This jumpers INSIDE the modem also needs to be changed:
  11. ;        RTS/CTS so that the jumper it on the CTS side.
  12. ;
  13. ; ONE TIME MODEM SETUP:  The first time you run TE/2, upon entering the
  14. ; program, type the following lines and press ENTER after each.  Then
  15. ; exit and restart TE/2.
  16. ;
  17. ;       AT&F
  18. ;       AT&C1&D2B1E1M1Q0V1X4
  19. ;       AT&E1&E4&E8&E10&E13&E15
  20. ;       AT$MB9600$SB19200$BA0&W0 ($SB38400)
  21. ;
  22. ; NOTES: Set ALL dialing directory entries to 38400 baud
  23. ;        Data compression is enabled AT&E15
  24. ;        If running OS/2 1.x, change all 38400's to 19200
  25.  
  26. Baud          38400
  27. Parity        N
  28. WordLen       8
  29. StopBits      1
  30.  
  31. XonXoff       BOTH
  32. CtsRts        BOTH
  33. MatchBaud     FALSE
  34.  
  35. ModemInitStrg ATZ^M
  36. ModemDialStrg ATDT
  37. ModemDialSufx ^M
  38. ModemHangStrg ;
  39. DTRHangup     TRUE
  40.  
  41. Connect       CONNECT,38400
  42.  
  43. NoConnect     NO_DIAL_TONE
  44. NoConnect     BUSY
  45. NoConnect     VOICE
  46.  
  47.